From: Jan Djärv Date: Wed, 9 Apr 2008 06:46:14 +0000 (+0000) Subject: (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~22535 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cb5c5b3d7c42024591793f1123da36eade2747b8;p=emacs.git (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. --- diff --git a/src/sysdep.c b/src/sysdep.c index 02e1832e63f..1d43a59112f 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -3394,6 +3394,8 @@ emacs_write (fildes, buf, nbyte) be truncated if you hit C-g in the middle of it. --Stef */ if (interrupt_input_pending) handle_async_input (); + if (pending_atimers) + do_pending_atimers (); #endif continue; }